type github.com/refraction-networking/utls.encryptedExtensionsMsg

9 uses

	github.com/refraction-networking/utls (current package)
		handshake_client_tls13.go#L693: 	encryptedExtensions, ok := msg.(*encryptedExtensionsMsg)
		handshake_messages.go#L1045: type encryptedExtensionsMsg struct {
		handshake_messages.go#L1054: func (m *encryptedExtensionsMsg) marshal() ([]byte, error) {
		handshake_messages.go#L1093: func (m *encryptedExtensionsMsg) unmarshal(data []byte) bool {
		handshake_messages.go#L1094: 	*m = encryptedExtensionsMsg{}
		handshake_server_tls13.go#L790: 	encryptedExtensions := new(encryptedExtensionsMsg)
		u_conn.go#L832: 			return new(encryptedExtensionsMsg), nil
		u_handshake_client.go#L145: func (hs *clientHandshakeStateTLS13) utlsReadServerParameters(encryptedExtensions *encryptedExtensionsMsg) error {
		u_handshake_messages.go#L62: func (m *encryptedExtensionsMsg) utlsUnmarshal(extension uint16, extData cryptobyte.String) bool {